Skip to content

Bump typescript from 5.9.3 to 6.0.2#116

Merged
waldekmastykarz merged 2 commits intomainfrom
dependabot/npm_and_yarn/typescript-6.0.2
Mar 28, 2026
Merged

Bump typescript from 5.9.3 to 6.0.2#116
waldekmastykarz merged 2 commits intomainfrom
dependabot/npm_and_yarn/typescript-6.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2026

Bumps typescript from 5.9.3 to 6.0.2.

Updates tsconfig.json for TypeScript 6.0 compatibility:

  • Changed module from esnext to nodenext
  • Changed moduleResolution from Node (deprecated node10) to nodenext
  • Added types: ["node"] for Node.js type resolution with the new module resolution strategy

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.



✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 24, 2026
@waldekmastykarz
Copy link
Copy Markdown
Member

@copilot fix this PR

- Change module from "esnext" to "nodenext"
- Change moduleResolution from "Node" (deprecated node10) to "nodenext"
- Add types: ["node"] for Node.js type definitions

Agent-Logs-Url: https://github.com/dev-proxy-tools/mcp/sessions/0dfc89e3-a3e2-48a6-82ab-d7f7d4c2bcbe

Co-authored-by: waldekmastykarz <11164679+waldekmastykarz@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 28, 2026

@copilot fix this PR

Fixed in c6beaa7. TypeScript 6.0 deprecated moduleResolution: "Node" (node10). Updated tsconfig.json to use "module": "nodenext" and "moduleResolution": "nodenext", and added "types": ["node"] for Node.js type resolution. Build passes successfully.

Copilot AI requested a review from waldekmastykarz March 28, 2026 09:21
@waldekmastykarz waldekmastykarz merged commit 0fe2d08 into main Mar 28, 2026
1 check passed
@waldekmastykarz waldekmastykarz deleted the dependabot/npm_and_yarn/typescript-6.0.2 branch March 28, 2026 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants